home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 1.iso / ARGONET / PD / MATHS / RLAB / RLAB125.ZIP / !RLaB / !Help < prev    next >
Text File  |  1996-04-11  |  5KB  |  120 lines

  1. ARCH:
  2.     This is RLaB for RISC OS, 1.123, RISC OS version 1.0.
  3.     As far as I know, it runs up for the title of 'Fattest RISC OS program'
  4.     since it is > 1.4M in size. No, won't run on a 2Mb machine :-).
  5.  
  6.     What Is RLaB ?
  7.        Rlab is an interactive, interpreted scientific programming
  8.        environment. Rlab is a very high level language intended to provide
  9.        fast prototyping and program development, as well as easy
  10.        data-visualization, and processing.
  11.  
  12.        Rlab is not a clone of languages such as those used by tools like
  13.        Matlab or Matrix_X/Xmath. However, as Rlab focuses on creating a good
  14.        experimental environment (or laboratory) in which to do matrix math,
  15.        it can be called "MATLAB-like" since the programming language
  16.        possesses similar operators and concepts.
  17.  
  18.        Rlab is copyrighted with the GNU General Public License, and is free
  19.        (in the GNU sense) for all to use. 
  20.        
  21.     The port of RLaB to the RISC OS environment started some time ago to give
  22.     RISC OS a powerful math tool. Not all the features of RISC OS are 
  23.     exploited . A RISC OS front end is in the pipeline.
  24.  
  25.     I suggest that you run RLaB in a !Zap Taskwindow, since I can't tell how well
  26.     do other task windows cope with it. !Edit is fine, though.
  27.  
  28.         Draw files are supported as output format.        
  29.         However, you can also use GNUPlot if you wish so. Use the 'gnuplot' 'R' file 
  30.         in the !RLaB.misc.RISCOS dir
  31.      
  32.         if you are not new to RLaB:
  33.         please read the CHANGELOG file and the misc.RISC_OS.changelog
  34.         to find out what is changed in the RLaB original distribution and in 
  35.         RISC OS one (note that a few plplot functions have been renamed)
  36.  
  37. ****    OK, BUT LET ME HAVE FUN FIRST...
  38.     start !RLaB and type ( > is the RLaB prompt):
  39.     >load ("test") - this should finish in approx 230 sec unless you have a math
  40.             copro (on a 10M RPC, in a window) - It's 150 sec outside the 
  41.             desktop. It's 170 sec with a RPC 700 (grrr..:-) )
  42.             - how long will it take with a math copro?? 
  43.     >load ("examples.plot_test") - this will create draw files and show them in 
  44.     all their glory. You might want to try 
  45.     >load ("examples.fourier")
  46.     now type 
  47.     >help ACORN
  48.     
  49.     if you want to test GNUPlot:
  50.     Load GNUPlot
  51.     make sure the gnupipe program is within your executables path
  52.     substitute plplot in 'rlib' with gnuplot (from the misc.RISCOS dir)
  53.     start RLaB and load ("RISC_OS.gnpltst_sm")
  54.     If all goes OK, you can now proceed on your own :-)
  55.  
  56.  
  57.  
  58. ****    KNOWN BUGS/FEATURES :-):
  59.  
  60.     1.00: 
  61.  
  62.     -system() will not work since there is no extra space left in RLaB's wimpslot,
  63.     if try to run a compiled program. You should use this trick:
  64.     1)system("taskwindow \"<your command here>\" -quit");
  65.     
  66.     -some UNIX specific features might not be working.
  67.     
  68.     -Many more, of the worst possible kind. I just haven't discovered them yet.
  69.     Expect it to fall over at any time :-). Can't be worse than Windows anyway.
  70.     
  71.     
  72.     
  73. ****    CREDITS
  74.     
  75.     First of all, the 2 most patient persons in the world, my wife and daughter - 
  76.     They seldom complain whan I stay up at night debugging this beast :-) 
  77.     (mmmhh.. she just read this and suggested to change 'seldom' to 'never')
  78.  
  79.     Jan Searle (jans@eskimo.com) - The man behind RLaB. Great Job!!
  80.  
  81.     Dr. Maurice LeBrun (mjl@dino.ph.utexas.edu) - PlPlot, a superb library
  82.     
  83.     Alun 'Da Penguin' Jones for several RISC OS hints and code snippets, 
  84.     anchovies, a server, not to mention a few books an e-mail breaks from
  85.     my real job...
  86.     
  87.         Please read the ANNOUNCEMENT for an updated list of credits
  88.         
  89.     
  90. ****    CONTACTS:
  91.     Ian Searle (RLaB maintainer and helmsman): ians@eskimo.com
  92.         for RLaB bugs only - check with me first to see if it's an Acorn problem
  93.     
  94.     Maurizio Ferrari (Acorn port responsible): ferrari@bologna.marelli.it
  95.         RLaB Acorn port problems
  96.         Mail me to be included in the 'updates for RISC OS' mailing list.
  97.         
  98.     RLaB mailing list: Send mail to rlab-request@eskimo.com
  99.                 This is read by a human, so no special syntax is required, just state 
  100.                 your desire.
  101.         To communicate with others on the list mail to rlab-list@eskimo.com
  102.  
  103.  
  104.  
  105. ****    FUTURE IMPROVEMENTS:
  106.     
  107.     Better integration in the Desktop (nice menus, iconbar, drag, drop, AND A BANNER!)
  108.     
  109.     PPLLLLEEEEEEAAAAAASSSSEEEEEEEEEEEE!!!!!!!!!!
  110.     
  111.     I need feedback - It took me quite a long time to port RLaB. Tell me what you think
  112.     and give advice for future enhancements. You can even send me a tin of anchovies
  113.     I like them on a slice of pizza.
  114.     
  115.     IF YOU HAVE READ SO FAR YOU ARE AN ASTOUNDING READER :-)
  116.     (You will not believe it, but a few people actually did)
  117.     (You will believe this even less, but someone *did* send me the anchovies...)
  118.     
  119.     
  120.